Print a message when a command receives a signal
authorAlex Crichton <alex@alexcrichton.com>
Fri, 25 Jul 2014 22:38:06 +0000 (15:38 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 25 Jul 2014 22:38:58 +0000 (15:38 -0700)
commitd715fa4f075ef533f4e957f4e997a577f0640019
treeb2338bb558e1cc1c552b8947ef018bdd54f78c10
parent309bfe614359b6aafad71358bbfbe88b27d21d8b
Print a message when a command receives a signal

Receiving a signal is normally indicative of violent termination, so the
subcommand can't be relied upon to have printed some status information. As a
result, signals now have some extra errors printed to stderr when they fail.

Closes #261. The actual signal is still a bug, but it's an upstream rust bug.
src/bin/cargo.rs
src/cargo/core/registry.rs
src/cargo/core/resolver.rs
src/cargo/ops/cargo_rustc/fingerprint.rs